POST /License/File/

Installs a new license from a file. This API call expects form files inside the request body.
 

Request

Method Request URI
POST /API/License/File/?sessionId=value

URI Parameters

URI Parameter Description
sessionId The current session ID. Specifying via an Authorization request header instead is recommended.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

This API call expects form files inside the request body. This API call only supports MIME multipart content - for more information see: https://www.w3.org/Protocols/rfc1341/7_2_Multipart.html

Response

Response Body

A string containing the license text, or a status code indicating the problem.